auto merge of #631 : alexcrichton/cargo/issue-514, r=brson
authorbors <bors@rust-lang.org>
Thu, 2 Oct 2014 19:13:13 +0000 (19:13 +0000)
committerbors <bors@rust-lang.org>
Thu, 2 Oct 2014 19:13:13 +0000 (19:13 +0000)
commit56dfb19a9a2e393c8a2be3d15f251336b39104ac
tree596560c0eab2faf6a1a06050d08aefee50337c55
parent62cafcd488ce4da9e997fcdceba0858759e35ff0
parentf4e91546a44a393000dea8607920a5cee52a1594
auto merge of #631 : alexcrichton/cargo/issue-514, r=brson

If the host system had $HOME/.cargo/config which configured a user name/email
then this test would fail because those would be prioritized over $USER.

Closes #514